home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / me31111 / ue311cmd.zoo / dist / changes next >
Encoding:
Text File  |  1992-09-20  |  4.9 KB  |  104 lines

  1. beta2 --> beta3
  2. ===============
  3. general:
  4. o names changed!
  5.   gememacs.prg -> gemme.prg
  6.   emacs.prg -> me.prg
  7. tcme:
  8. o The escape-sequences for cursor-keys sent by MiNT >V0.93 are now used.
  9. o I changed the default-sequences for tcme (without MiNT) to a standart
  10.   vt52-terminal.
  11. o tcme now interprets a SIGWINCH-signal correctly and therefore should
  12.   notice changes in its window-size. Please note that the values co and
  13.   li in /etc/termcap are still necessary for tcme to learn about the
  14.   maximal screen-size. 
  15. o Under MiNT output is buffered and therefore faster.
  16. gemme:
  17. o the '-i$sres' command-line-switch is now replaced by the --font switch.
  18.   '-i$sres' now does exactly the same thing as it would if you
  19.   changed the $sres-variable with the set-command as first command.
  20. o The redrawing-concept has changed. MicroEMACS should now redraw a screen only
  21.   when neccesary.
  22. o The text-cursor should now always be at the right position.
  23. o If running with accessories or under MultiTOS, MicroEMACS should now 
  24.   interprets a click on one of its windows correctly.
  25.  
  26. beta3 --> beta4
  27. ===============
  28. general:
  29. o If $writehook is executed, now $cfname always contains the filename
  30.   the current buffer will be written to after $writehook has finished.
  31.   Up to now $writehook contained the current filename of the buffer
  32.   which was different in a `write-file' command. Look in emacs.rc for an
  33.   example how to use this new feature. (But beware of using it in older
  34.   versions than beta4! If `write-file' is executed the old file will be
  35.   moved!)
  36. o $osystem contains more information.
  37. o Added FENCE-mode. Very useful, also with TeX.
  38. o me and gemme now return A-C, when ALTERNATE-c was pressed (instead of A-c).
  39.   If ALTERNATE-SHIFT-c was pressed A-S-C is returned.
  40.   The numeric keypad now returns A-FN^<what's on the key>, for example
  41.   numeric + returns A-FN^+. So it is now possible to give FN^1 a special
  42.   meaning. 
  43.  
  44. tcme:
  45. o Aaaahhrg! GCC optimized so much that tcme always bombed under TOS,
  46.   because the stack was wrong after the second Super()-call. My tip: do
  47.   not set -fomit-frame-pointer when you are using Super() with GCC. My
  48.   second tip: use Supexec() instead. (I do now and now tcme should work
  49.   both under TOS and under MiNT.) Thanks to Wolfgang 
  50.   (<woju@fantasy.saar.sub.org>) , he discovered the bug first. (I nearly 
  51.   use MiNT all the time so I did not notice it...)
  52. o Now LINES and COLUMNS environment variables are interpreted. Under
  53.   MiNT anymay the actual window-size is queried by a system-call.
  54.  
  55. gemme: 
  56. o Ooops, the redrawing went totally wrong when MicroEMACS had more than
  57.   two windows open and did not own the topmost window (because it
  58.   belonged to another application). I had to change the complete
  59.   (re-)drawing algorithm to fix this. I hope it will work now...
  60. o With this new concept, now only one virtual screen-workstation is
  61.   opened.
  62. o Added color-support.
  63. o Added the possibility of using the GEM fileselector. (I like the GNU
  64.   filename-completion better, but some people wanted it...)
  65. o added option `--sizer' which gives every window a sizer-field. This is
  66.   normally not needed, because the most right character-cell of the
  67.   command-line has a similar effect. (See help-system, Using the Mouse:
  68.   Resizing the screen)
  69. o The typeahead-feature of MicroEMACS now also works with gemme. One
  70.   problem is that it really slows down MicroEMACS, because very much
  71.   evnt_multi-calls are necessary. But on the other side, it prevents
  72.   MicroEMACS from doing unneccesary actions, so I think it is better
  73.   to keep it. If you want a version which does not use typeahead, contact me.
  74.  
  75. beta4 --> beta4.1
  76. =================
  77. o Sorry, the keyboard driver still contained a bug which caused shiftet
  78.   function keys to come up wrong. Also on some function-keys SHIFT was
  79.   not recognized. Fixed.
  80. o If an error occures in executing quick-exit MicroEMACS now will wait 
  81.   for a key and then redraw the screen.
  82.  
  83. beta 4.1 --> beta 4.2
  84. =====================
  85. o Fixed a bug in incremental-search which sometimes caused MicroEMACS to crash. 
  86. o Fixed a bug in directory-search which sometimes caused MicroEMACS to crash. 
  87.  
  88. 3.11a-beta 4.2 --> 3.11c-ß1
  89. ===========================
  90. o Updated to MicroEMACS 3.11c with some new features...
  91. o Added GEM-menus. I am sorry, with these menus, gemme currently will not run
  92.   in the low resolution - but who wants that?
  93. o For all Gulam-Users: its shell-escape-interface is supported (again...)
  94.   But do not leave Gulam without restoring the old _shel_p-system-variable!!!
  95. o Testet MicroEMACS with MINIX-Filesystems. It works fine.
  96. o Splitted the distribution into several files, see file COPYING.
  97. o Finally! I found the docs to Version 3.11!
  98.  
  99. 3.11c-ß1 --> 3.11cß1.1 (small bug-fixes)
  100. ======================
  101. o tcme will not crash anymore if the first two characters in PATH are `.,' or `.;'
  102. o tcme now knows about ^<Space>
  103. o corrected some menu-entries in gemme
  104.